home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / mnyth3 / temp.frm < prev    next >
Text File  |  1995-05-02  |  861b  |  35 lines

  1. VERSION 2.00
  2. Begin Form Temp 
  3.    AutoRedraw      =   -1  'True
  4.    BackColor       =   &H00000000&
  5.    BorderStyle     =   0  'None
  6.    ClientHeight    =   2565
  7.    ClientLeft      =   930
  8.    ClientTop       =   1605
  9.    ClientWidth     =   5715
  10.    ControlBox      =   0   'False
  11.    Height          =   2970
  12.    Icon            =   TEMP.FRX:0000
  13.    Left            =   870
  14.    LinkTopic       =   "Form1"
  15.    ScaleHeight     =   171
  16.    ScaleMode       =   3  'Pixel
  17.    ScaleWidth      =   381
  18.    Top             =   1260
  19.    Visible         =   0   'False
  20.    Width           =   5835
  21. End
  22. ' Original -- this form is used to save the original windows
  23. '   desktop bitmap that exists when the screen saver is
  24. '   started
  25.  
  26. Option Explicit
  27.  
  28. Sub Form_Load ()
  29.  
  30.     ' stretch to full screen
  31.     'Move 0, 0, Screen.Width, Screen.Height
  32.  
  33. End Sub
  34.  
  35.